hvm bios: Fix EDD pointer in int 13h, fn 48h BIOS call return buffer
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 17 Mar 2008 11:16:08 +0000 (11:16 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 17 Mar 2008 11:16:08 +0000 (11:16 +0000)
commit79e5898480cf02e7fe812afaea18dcd76457711d
treec4ff0cfb6f4a660a67d08e4c99ec9d2099277687
parente78de9b54af8c678547146555feeeca765ae18fe
hvm bios: Fix EDD pointer in int 13h, fn 48h BIOS call return buffer

I ran into this when I was reviewing what was outstanding to get
NetWare to run fully virtualized.

The BIOS emulator code has the segment and offset backward in the
returned buffer for the int 13h, fn 48h BIOS call.

Signed-off-by: Bruce Rogers <brogers@novell.com>
tools/firmware/rombios/rombios.c